home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / monthw.dir / 00033_menu.pic.ls < prev    next >
Encoding:
Text File  |  1995-12-21  |  300 b   |  14 lines

  1. on mouseDown
  2.   repeat while stillDown()
  3.     if rollOver(clickOn()) then
  4.       set the castNum of sprite clickOn() to 34
  5.     else
  6.       set the castNum of sprite clickOn() to 33
  7.     end if
  8.     updateStage()
  9.   end repeat
  10.   set the castNum of sprite clickOn() to 33
  11.   updateStage()
  12.   go(1, "MENUW")
  13. end
  14.